* image-mode.el (image-forward-hscroll, image-backward-hscroll)
authorChong Yidong <cyd@stupidchicken.com>
Fri, 8 Jun 2007 03:01:08 +0000 (03:01 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 8 Jun 2007 03:01:08 +0000 (03:01 +0000)
commitc0a3c2b2ef6adc52b9f562a63b2e98fc01753bc1
tree144d58cf9b59cd1c5ebd515604e70942b33aa27d
parent98fbcac40d8a8462b5221236bed80aae17477ebd
* image-mode.el (image-forward-hscroll, image-backward-hscroll)
(image-next-line, image-previous-line, image-scroll-up)
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
New functions.
(image-mode-map): Remap motion commands.
(image-mode-text-map): New keymap for viewing images as text.
(image-mode): Use image-mode-map.
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
lisp/ChangeLog